From: Richard M. Stallman Date: Wed, 21 Apr 2004 19:09:01 +0000 (+0000) Subject: (auto-insert-alist): Insert the user's name in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23036 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=00a05aa4a5a7ce484d5b4e547bbfbf4b5e650167;p=emacs.git (auto-insert-alist): Insert the user's name in copyright notice, rather than Free Software Foundation. --- diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 489593aa925..88acbd04792 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -136,7 +136,7 @@ If this contains a %s, that will be replaced by the matching rule." (("\\.[1-9]\\'" . "Man page skeleton") "Short description: " ".\\\" Copyright (C), " (substring (current-time-string) -4) " " - (getenv "ORGANIZATION") | "Free Software Foundation, Inc." + (getenv "ORGANIZATION") | (progn user-full-name) " .\\\" You may distribute this file under the terms of the GNU Free .\\\" Documentation Licence.